home *** CD-ROM | disk | FTP | other *** search
/ Student Private Syndrome 3 / Student Private Syndrome 3.iso / private / janken / janken.dxr / 00010.ls < prev    next >
Encoding:
Text File  |  1996-06-21  |  409 b   |  21 lines

  1. on exitFrame
  2.   global sewin
  3.   sound stop 1
  4.   puppetSound(sewin)
  5.   updateStage()
  6.   if not (the visible of sprite 3) then
  7.     set the visible of sprite 3 to 1
  8.     updateStage()
  9.   else
  10.     if not (the visible of sprite 4) then
  11.       set the visible of sprite 4 to 1
  12.       updateStage()
  13.     else
  14.       set the visible of sprite 5 to 1
  15.       updateStage()
  16.       exitpon()
  17.       go("Bonus")
  18.     end if
  19.   end if
  20. end
  21.